Add a focus chain test
authorMatthias Clasen <mclasen@redhat.com>
Tue, 11 Jun 2019 14:11:28 +0000 (14:11 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 11 Jun 2019 14:14:23 +0000 (10:14 -0400)
commit436d7cc0d1fbe8a31819efb2f3873d5bbb259d99
tree8e284059769fd7f1eed73f14023db4c1641b7f46
parent31066a697b42ad8ef6f4d28c069dfa74072b5f32
Add a focus chain test

Add a test that enumerates the focus chain by
emitting move-focus repeatedly, and compares
the result to expected output.

The test expects a ui file and a reference
file as input. The reference file can be created
using the --generate option.
testsuite/gtk/focus-chain/basic.tab [new file with mode: 0644]
testsuite/gtk/focus-chain/basic.tab-backward [new file with mode: 0644]
testsuite/gtk/focus-chain/basic.ui [new file with mode: 0644]
testsuite/gtk/meson.build
testsuite/gtk/test-focus-chain.c [new file with mode: 0644]